home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / prvpgifx.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  52 lines

  1. Short:    Preview Page Maker for ImageFX
  2. Author:   adam@chemul.uni.lodz.pl (Piotr Bieniek)
  3. Uploader: adam@chemul.uni.lodz.pl (Piotr Bieniek)
  4. Type:     util/rexx
  5.  
  6. Preview Page Maker - ARexx script for ImageFX
  7.  
  8.  
  9. 1. Introduction
  10.  
  11. Using this script you can make preview pages (12 pictures per page) with
  12. ImageFX.  All you have to do is to run PreviewPage.ifx and select pictures
  13. which you want to have on the page.
  14.  
  15.  
  16. 2. Installation
  17.  
  18. Just copy PreviewPage.ifx file where you want. I think that ImageFX/Rexx
  19. directory is the best place for it.
  20.  
  21.  
  22. 3. Using
  23.  
  24. First of all you have to modify a script a little.  Take a look at the
  25. following lines:
  26.  
  27. background = "Work:Multimedia/Scala/Backgrounds/Stones013"
  28. titlefont  = "BrooklynPLBold.font 30"
  29. titletext  = "Preview Page"
  30. font       = "helvetica.font 18"
  31.  
  32. Replace fonts and files with the files you like.  Background should be
  33. 640x512.  This script is useful for PAL users only.  :(
  34.  
  35. When you change the script and save it on a disk, just run it from ImageFX
  36. as ARexx script and select the pictures...  Very easy!
  37.  
  38.  
  39. 4. Distribution
  40.  
  41. This script is public domain. You are allowed to modify it, copy, and give
  42. it to your friends.
  43.  
  44.  
  45. 5. Author
  46.  
  47. Poland, Polska, Polen, Pologne, Polonia rulez.
  48.  
  49. Piotr Bieniek
  50. adam@chemul.uni.lodz.pl
  51. bieniek@krysia.uni.lodz.pl
  52.